Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly)

Show in webframe

OnStreamingCompleted Method






User state information.
Called when all streams specified in the StreamsLimit are processed.
Syntax
protected abstract void OnStreamingCompleted( 
   TServiceState state
)
'Declaration
 
Protected MustOverride Sub OnStreamingCompleted( _
   ByVal state As TServiceState _
) 
'Usage
 
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim state As TServiceState
 
instance.OnStreamingCompleted(state)

            

            
protected:
abstract void OnStreamingCompleted( 
   TServiceState^ state
) 

Parameters

state
User state information.
Requirements

Target Platforms

See Also

Reference

ServiceStreamer<TStreamedData,TServiceState> Class
ServiceStreamer<TStreamedData,TServiceState> Members

Error processing SSI file